home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / lesson1.dir / 00111_Script_New Behavior < prev    next >
Text File  |  2002-05-22  |  289b  |  18 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the member of sprite the currentSpriteNum to member 110 of castLib "Internal"
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor 0
  10.   set the member of sprite the currentSpriteNum to member 109 of castLib "Internal"
  11.  
  12. end
  13.  
  14. on mouseUp me
  15.   go to next
  16.  
  17. end
  18.